IDiscordVoiceManager

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

getInputMode
DiscordResult getInputMode(DiscordInputMode* inputMode)
Undocumented in source. Be warned that the author may not have intended to support it.
getLocalVolume
DiscordResult getLocalVolume(DiscordSnowflake userId, ubyte* volume)
Undocumented in source. Be warned that the author may not have intended to support it.
isLocalMute
DiscordResult isLocalMute(DiscordSnowflake userId, bool* mute)
Undocumented in source. Be warned that the author may not have intended to support it.
isSelfDeaf
DiscordResult isSelfDeaf(bool* deaf)
Undocumented in source. Be warned that the author may not have intended to support it.
isSelfMute
DiscordResult isSelfMute(bool* mute)
Undocumented in source. Be warned that the author may not have intended to support it.
setInputMode
void setInputMode(DiscordInputMode inputMode, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalMute
DiscordResult setLocalMute(DiscordSnowflake userId, bool mute)
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalVolume
DiscordResult setLocalVolume(DiscordSnowflake userId, ubyte volume)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelfDeaf
DiscordResult setSelfDeaf(bool deaf)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelfMute
DiscordResult setSelfMute(bool mute)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta